<receive> element 

The <receive> element specifies a variable name. A <receive> element without a name attribute causes the value in the parameter block to be ignored.

When receiving a parameter block, the user agent should assign each variable declared in a receive with the corresponding value in the parameter block. If there are insufficient values in the parameter block, each additional receive should be treated as if the parameter block contained an empty string in that position.

syntax

Attributes

 
name specifies the variable name. It is an error if the name attribute value is not a legal WML variable name.